| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.Server.API.Metadata.Instances
Contents
Description
FromJSON instances for API.Metadata. Kept separately to discourage
becoming a dumping ground for orphan instances
Orphan instances
| FromJSON RQLMetadataRequest Source # | |
Methods parseJSON :: Value -> Parser RQLMetadataRequest Source # parseJSONList :: Value -> Parser [RQLMetadataRequest] Source # | |
| FromJSON RQLMetadataV1 Source # | Note! You're seeing some orphan instances for |
Methods parseJSON :: Value -> Parser RQLMetadataV1 Source # parseJSONList :: Value -> Parser [RQLMetadataV1] Source # | |
| FromJSON RQLMetadataV2 Source # | |
Methods parseJSON :: Value -> Parser RQLMetadataV2 Source # parseJSONList :: Value -> Parser [RQLMetadataV2] Source # | |