Skip to content

Extend options for creation connection resolver #217

@PeteMac88

Description

@PeteMac88

Based on the changes introduced with graphql-compose/graphql-compose-connection#50, i want to extend the connection function to support following options:

{
  edgeFields?: ObjectTypeComposerFieldConfigMap<any, TContext>,
  connectionResolverName?: string,
  findResolverName?: string,
  countResolverName?: string,
}

I created a draft PR for the update. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions