ash_graphql/.formatter.exs

62 lines
1.1 KiB
Elixir
Raw Normal View History

spark_locals_without_parens = [
2021-04-06 02:37:50 +12:00
allow_nil?: 1,
argument_names: 1,
as_mutation?: 1,
attribute_input_types: 1,
attribute_types: 1,
2020-08-14 10:55:34 +12:00
authorize?: 1,
auto?: 1,
2020-08-14 10:55:34 +12:00
create: 2,
create: 3,
2021-02-24 06:35:27 +13:00
debug?: 1,
depth_limit: 1,
derive_filter?: 1,
derive_sort?: 1,
2020-08-14 10:55:34 +12:00
destroy: 2,
destroy: 3,
encode_primary_key?: 1,
error_handler: 1,
field_names: 1,
filterable_fields: 1,
generate_object?: 1,
2020-08-14 10:55:34 +12:00
get: 2,
get: 3,
2023-04-27 15:40:25 +12:00
hide_fields: 1,
identity: 1,
keyset_field: 1,
2020-08-14 10:55:34 +12:00
list: 2,
list: 3,
lookup_identities: 1,
lookup_with_primary_key?: 1,
managed_relationship: 2,
managed_relationship: 3,
2023-01-29 07:02:21 +13:00
metadata_names: 1,
metadata_types: 1,
modify_resolution: 1,
2021-01-13 09:14:35 +13:00
primary_key_delimiter: 1,
read_action: 1,
2021-04-04 19:10:50 +12:00
read_one: 2,
read_one: 3,
relationships: 1,
relay?: 1,
root_level_errors?: 1,
2023-01-29 07:02:21 +13:00
show_metadata: 1,
show_raised_errors?: 1,
tracer: 1,
2020-08-14 10:55:34 +12:00
type: 1,
type_name: 1,
types: 1,
2020-08-14 10:55:34 +12:00
update: 2,
update: 3,
upsert?: 1,
upsert_identity: 1
2020-08-14 10:55:34 +12:00
]
2020-05-02 04:32:56 +12:00
[
2020-08-14 10:55:34 +12:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
2020-08-14 10:55:34 +12:00
export: [
locals_without_parens: spark_locals_without_parens
2020-08-14 10:55:34 +12:00
]
2020-05-02 04:32:56 +12:00
]