ListGraphqlApisResponseCopyimport type { ListGraphqlApisResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";interface ListGraphqlApisResponse {graphqlApis?: GraphqlApi[] | null;nextToken?: string | null;}§Properties§graphqlApis?: GraphqlApi[] | null[src]§nextToken?: string | null[src]