Hasura.RQL.Types.GraphqlSchemaIntrospection
newtype SetGraphqlIntrospectionOptions Source #
Constructors
Fields
Defined in Hasura.RQL.Types.GraphqlSchemaIntrospection
Methods
parseJSON :: Value -> Parser SetGraphqlIntrospectionOptions Source #
parseJSONList :: Value -> Parser [SetGraphqlIntrospectionOptions] Source #
toJSON :: SetGraphqlIntrospectionOptions -> Value Source #
toEncoding :: SetGraphqlIntrospectionOptions -> Encoding Source #
toJSONList :: [SetGraphqlIntrospectionOptions] -> Value Source #
toEncodingList :: [SetGraphqlIntrospectionOptions] -> Encoding Source #
codec :: JSONCodec SetGraphqlIntrospectionOptions Source #
listCodecForStringCompatibility :: JSONCodec [SetGraphqlIntrospectionOptions] Source #
mempty :: SetGraphqlIntrospectionOptions #
mappend :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
mconcat :: [SetGraphqlIntrospectionOptions] -> SetGraphqlIntrospectionOptions #
(<>) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
sconcat :: NonEmpty SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
stimes :: Integral b => b -> SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions #
Associated Types
type Rep SetGraphqlIntrospectionOptions :: Type -> Type #
from :: SetGraphqlIntrospectionOptions -> Rep SetGraphqlIntrospectionOptions x #
to :: Rep SetGraphqlIntrospectionOptions x -> SetGraphqlIntrospectionOptions #
showsPrec :: Int -> SetGraphqlIntrospectionOptions -> ShowS #
show :: SetGraphqlIntrospectionOptions -> String #
showList :: [SetGraphqlIntrospectionOptions] -> ShowS #
rnf :: SetGraphqlIntrospectionOptions -> () #
(==) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> Bool #
(/=) :: SetGraphqlIntrospectionOptions -> SetGraphqlIntrospectionOptions -> Bool #
hashWithSalt :: Int -> SetGraphqlIntrospectionOptions -> Int Source #
hash :: SetGraphqlIntrospectionOptions -> Int Source #