Type alias BatchMigrationRemoteFieldConfigInput

BatchMigrationRemoteFieldConfigInput: {
    cacheTTLSeconds?: InputMaybe<Scalars["Int"]>;
    forwardClientHeaders?: InputMaybe<Scalars["Boolean"]>;
    graphQLQuery?: InputMaybe<Scalars["String"]>;
    headers?: InputMaybe<Scalars["JSON"]>;
    method: RemoteFieldApiMethod;
    remoteSourcePrefix: Scalars["String"];
    restPath?: InputMaybe<Scalars["String"]>;
    returnTypeApiId: Scalars["String"];
}

Type declaration

  • Optional cacheTTLSeconds?: InputMaybe<Scalars["Int"]>
  • Optional forwardClientHeaders?: InputMaybe<Scalars["Boolean"]>

    If true, headers that are sent by the client will be forwarded to the remote source

  • Optional graphQLQuery?: InputMaybe<Scalars["String"]>

    In case of apiType GraphQL graphqlQuery contains the GraphQL query that will be sent to the remote source

  • Optional headers?: InputMaybe<Scalars["JSON"]>
  • method: RemoteFieldApiMethod
  • remoteSourcePrefix: Scalars["String"]
  • Optional restPath?: InputMaybe<Scalars["String"]>

    In case of apiType REST restPath contains the path that will be appended to the API base url

  • returnTypeApiId: Scalars["String"]

Generated using TypeDoc