Function getGraphQLConnectionEdges

  • Parameters

    • fieldName: string

      The name of the field of the entity

    • connectionName: string

      The name of the connection

    • sourceEntityType: string

      The type of the source entity

    • targetEntityType: string

      The type of the target entity

    • edgeProperties: any

      The edge properties to be included

    • Optional filter: boolean

      Boolean flag to include the filter definition (defaults to false)

    • Optional filterOrder: boolean

      Boolean flag to include the filterOrder definition (defaults to false)

    • Optional additional: string[]

      An array of additional name:type paramaters ie [{role:"String"}]

    • Optional skipPostfix: boolean

    Returns {
        name: string;
        schema: string;
        types: any[];
    }

    • name: string
    • schema: string
    • types: any[]

Generated using TypeDoc