Options
All
  • Public
  • Public/Protected
  • All
Menu

Rewriter which replaces the args to a field with an input type ex: change from field(id: $id, arg2: $arg2) to field(input: { id: $id, arg2: $arg2 })

Hierarchy

Index

Constructors

constructor

Properties

Protected argNames

argNames: string[]

Protected Optional fieldName

fieldName: undefined | string

Protected inputArgName

inputArgName: string = "input"

Protected Optional matchConditions

matchConditions: matchCondition[]

Protected rootTypes

rootTypes: RootType[] = ['query', 'mutation', 'fragment']

Methods

Protected extractReponseElement

  • extractReponseElement(response: any, key: string, index?: undefined | number): any

matches

  • matches(nodeAndVars: NodeAndVarDefs, parents: ASTNode[]): boolean

rewriteQuery

  • rewriteQuery(__namedParameters: object): NodeAndVarDefs
  • Parameters

    • __namedParameters: object
      • node: NameNode | DocumentNode | OperationDefinitionNode | VariableDefinitionNode | VariableNode | SelectionSetNode | FieldNode | ArgumentNode | FragmentSpreadNode | InlineFragmentNode | FragmentDefinitionNode | IntValueNode | FloatValueNode | StringValueNode | BooleanValueNode | NullValueNode | EnumValueNode | ListValueNode | ObjectValueNode | ObjectFieldNode | DirectiveNode | NamedTypeNode | ListTypeNode | NonNullTypeNode | SchemaDefinitionNode | OperationTypeDefinitionNode | ScalarTypeDefinitionNode | ObjectTypeDefinitionNode | FieldDefinitionNode | InputValueDefinitionNode | InterfaceTypeDefinitionNode | UnionTypeDefinitionNode | EnumTypeDefinitionNode | EnumValueDefinitionNode | InputObjectTypeDefinitionNode | DirectiveDefinitionNode | object | ScalarTypeExtensionNode | ObjectTypeExtensionNode | InterfaceTypeExtensionNode | UnionTypeExtensionNode | EnumTypeExtensionNode | InputObjectTypeExtensionNode
      • variableDefinitions: ReadonlyArray<VariableDefinitionNode>

    Returns NodeAndVarDefs

rewriteResponse

  • rewriteResponse(response: any, key: string, index?: undefined | number): any

Protected rewriteResponseElement

  • rewriteResponseElement(response: any, newElement: any, key: string, index?: undefined | number): any

rewriteVariables

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc