Resolver
: { __typename
: "Resolver"; createdAt
?: string | null; description
?: string | null; graph
?: string | null; name
?: string | null; resolverOptions
?: (ResolverOption | null)[] | null; updatedAt
?: string | null; urn
?: string | null; }
Type declaration
-
__typename: "Resolver"
-
Optional createdAt?: string | null
-
Optional description?: string | null
-
Optional graph?: string | null
-
Optional name?: string | null
-
Optional resolverOptions?: (ResolverOption | null)[] | null
-
Optional updatedAt?: string | null
-
Optional urn?: string | null