Get query options
Future<QueryOptions<Object?>> get options async => QueryOptions( document: gql(document), variables: await variables, );